翻訳と辞書
Words near each other
・ Poiseux
・ Pointed space
・ Pointed Stick Cone
・ Pointed Sticks
・ Pointed-headed caecilian
・ Pointed-snout wrasse
・ Pointel
・ Pointer
・ Pointer (computer programming)
・ Pointer (dog breed)
・ Pointer (graphical user interfaces)
・ Pointer (journal)
・ Pointer (rod)
・ Pointer (wireless phone)
・ Pointer aliasing
Pointer analysis
・ Pointer boat
・ Pointer jumping
・ Pointer machine
・ Pointer Nunatak
・ Pointer state
・ Pointer swizzling
・ Pointer Telocation
・ Pointer Williams
・ Pointers Airport
・ Pointers Landing, Virginia
・ Pointers, New Jersey
・ PointerWare
・ Pointes de Mourti
・ Pointes du Châtelard


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

Pointer analysis : ウィキペディア英語版
Pointer analysis
In computer science, pointer analysis, or points-to analysis, is a static code analysis technique that establishes which pointers, or heap references, can point to which variables, or storage locations. It is often a component of more complex analyses such as escape analysis. A closely related technique is shape analysis.
(The above is the most common colloquial use of the term. A secondary use has ''pointer analysis'' be the collective name for both ''points-to analysis'', defined as above, and alias analysis. Points-to and alias analysis are closely related but not always equivalent problems.)
==Example==
For the following example program, a points-to analysis would
compute that the points-to set of p is .

int x;
int y;
int
* p = unknown() ? &x : &y;


抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)
ウィキペディアで「Pointer analysis」の詳細全文を読む



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.